Pokeathlon Stat
@Serializable
Pokeathlon stats are different qualities a Pokémon can have in the Pokeathlon competitions. See: https://pokeapi.co/docs/v2#pokeathlonstat
Parameters
id
The identifier for this Pokeathlon stat resource.
name
The name for this Pokeathlon stat resource.
names
The name of this Pokeathlon stat listed in different languages.
affecting Natures
A set of natures and how they affect this Pokeathlon stat.
Constructors
Link copied to clipboard
constructor(id: Int, name: String, names: List<Name>, affectingNatures: NaturePokeathlonStatEffectSets)